Description
Used to specify the default paths in ArcPadPrefs.apx.
Diagram
Overview
|
PATHS
Used to specify the default paths in ArcPadPrefs.apx.
|
applets optional xs:string
Directory name for the applets folder(s). Seperate multiple applet paths with a semicolon. ArcPad will always look in the built-in applets path as well (\Applets).
|
|
data optional xs:string
Directory name for the default maps and data folder.
|
|
extensions optional xs:string
Directory name for the extensions folder(s). Seperate multiple extensions paths with a semicolon. ArcPad will always look in the built-in extensions path as well (\Extensions).
|
|
styles optional xs:string
Directory name for the styles folder(s). Seperate multiple styles paths with a semicolon. ArcPad will always look in the built-in styles path as well (\Styles).
|
|
system optional xs:string
Directory name for the system folder.
|
|
Attributes
Name | Type | Use | Default | Fixed | Description |
applets | xs:string | optional | | | Directory name for the applets folder(s). Seperate multiple applet paths with a semicolon. ArcPad will always look in the built-in applets path as well (\Applets). |
data | xs:string | optional | | | Directory name for the default maps and data folder. |
extensions | xs:string | optional | | | Directory name for the extensions folder(s). Seperate multiple extensions paths with a semicolon. ArcPad will always look in the built-in extensions path as well (\Extensions). |
styles | xs:string | optional | | | Directory name for the styles folder(s). Seperate multiple styles paths with a semicolon. ArcPad will always look in the built-in styles path as well (\Styles). |
system | xs:string | optional | | | Directory name for the system folder. |
Examples
Source
<xs:element name="PATHS" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>Used to specify the default paths in ArcPadPrefs.apx.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="applets" type="xs:string">
<xs:annotation>
<xs:documentation>Directory name for the applets folder(s). Seperate multiple applet paths with a semicolon. ArcPad will always look in the built-in applets path as well (\Applets).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="data" type="xs:string">
<xs:annotation>
<xs:documentation>Directory name for the default maps and data folder.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="extensions" type="xs:string">
<xs:annotation>
<xs:documentation>Directory name for the extensions folder(s). Seperate multiple extensions paths with a semicolon. ArcPad will always look in the built-in extensions path as well (\Extensions).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="styles" type="xs:string">
<xs:annotation>
<xs:documentation>Directory name for the styles folder(s). Seperate multiple styles paths with a semicolon. ArcPad will always look in the built-in styles path as well (\Styles).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="system" type="xs:string">
<xs:annotation>
<xs:documentation>Directory name for the system folder.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|
See Also